/* 底部 start  */

.footer {
	width: 100%;
	padding: 50px 0;
	background: #182029;
	color: #999;
}

.foot-nav-box {
	padding-right: 8%;
}

.foot-item-title {
	font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding: 0 0 30px 0;
    margin: 0;
}
.foot-item-title-en {
	
}
.foot-nav-ul {
	font-size: 12px;
	line-height: 32px;
}

.foot-nav-ul:after {
	clear: both;
	content: "";
	display: block;
}

.foot-nav-li {
	display: -moz-inline-stack;
	float: left;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-right: 20px;
}

.foot-nav-li:nth-of-type(2n+1) {
	clear: both;
}

.foot-nav-li:hover {
	color: #fff;
}

.foot-contact-box {
	padding-left: 8%;
	float: left;
	border-left: 1px solid #555;
}

.foot-contact-box p {
	font-size: 12px;
	line-height: 32px;
}

.foot-ewm-body {
	display: flex;
}

.foot-ewm-item {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.foot-ewm-image {
	vertical-align: middle;
	height: 100px;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.foot-ewm-title {
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	text-align: center;
}

@media (max-width: 992px) {
	.footer-bg {display: flex; justify-content: space-between;}
	.foot-nav-box {padding-right: 5%;}
	.foot-contact-box {padding-left: 5%; }
}
@media (max-width: 888px) {
	.foot-nav-box {padding-right: 2%;}
	.foot-contact-box {padding-left: 2%; }
}
@media (max-width: 768px) {
	.footer-bg {
		padding: 20px 0;
	}
	.foot-nav-box {
		width: 48%;
		display: none;
	}

	.foot-contact-box {
		width: 50%;
		border: none;
		padding-left: 10px;
	}

	.footer .box .fr {
		/* margin-top: 12px; */
		padding-left: 10px;
	}

	.foot-ewm-item {
		float: right;
	}

	.footer .box .fr img {
		margin: 0;
		margin-right: 10px;
	}

	.foot-ewm-image {
		height: 90px;
	}

	.footer {
		padding: 20px 0;
	}

}

@media (max-width: 560px) {
	.footer-bg {
		display: block;
	}
	.foot-contact-box, .foot-ewm-box {float: none; width: auto;}
	.foot-ewm-item {width: 33.333333333%;}
	.foot-ewm-image {margin: 0 auto; display: block;}
}

@media (max-width: 480px) {
	.footer {padding: 15px 0;}
	.footer .wrap {padding: 0 10px;}
	.footer-bg {
		padding: 10px 0;
	}
	.foot-item-title {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.foot-contact-box { padding: 0;}
	.foot-contact-box p {
		font-size: 12px;
		line-height: 20px;
	}

	.foot-contact-box p a {
		font-size: 13px;
	}
	.foot-ewm-box {float: none; margin-top: 15px;}
	.foot-ewm-title {
		font-size: 12px;
		font-weight: normal;
	}

}
@media (max-width: 380px) {
	.foot-contact-box {float: none;width: auto;}
}



.copyright {
	padding: 15px 0;
	/* border-top: 1px solid #4A5266; */
	background: #0f141a;
	color: #999;
}

.copyright p {
	font-size: 14px;
	line-height: 24px;
	color: inherit;
	display: block;
	text-align: center;
}

.copyright-span {
	display: inline-block;
	margin: 0 5px;
}

@media (max-width: 480px) {
	.copyright {
		padding: 10px 0;
	}

	.copyright p {
		line-height: 20px;
		font-size: 12px;
	}
}

/* 底部 end */







/* 底部按钮 start */
.footBg {
	height: 50px;
}

.footUl {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	display: flex;
}

.footLi {
	float: left;
	width: 20%;
	text-align: center;
	background-color: #c30010;
}

.footLi.cur {
	background-color: #e50012;
}

.footLink {
	display: block;
	padding-top: 8px;
	padding-bottom: 4px;
}

.footIcon {
	height: 20px;
	display: block;
	margin: 0 auto;
}

.footTitle {
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	line-height: 18px;
}

/* 底部按钮 end */



.go-top {
	position: fixed;
	height: 48px;
	width: 48px;;
	right: 21px;
	bottom: 48px; 
	display: block; opacity: 1;
	cursor: pointer;
	background-image: url(../images/goTop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* -webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s; */
}
.go-top:hover {
	opacity: 0.8;
}


.pc-show {
	display: block;
}

.pm-show {
	display: none;
}

@media (max-width:768px) {
	.pc-show {
		display: none;
	}

	.pm-show {
		display: block;
	}
}

@media (min-width: 992px) {
	.pc-last {
		margin-right: 0;
	}
}

@media (min-width: 480px) and (max-width: 992px) {
	.tpc-last {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.ph-last {
		margin-right: 0;
	}
}
